gtk/textview: Clean up further if the drag gesture is taken over
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 5 Nov 2020 20:05:18 +0000 (21:05 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Thu, 5 Nov 2020 20:29:20 +0000 (21:29 +0100)
commit5e907ebd58b2c9928c92b03a6e4000d23d0774ae
tree0b10ce2c6a10d5bcc6f1003e3b1d17caf6f5f1b6
parentfa5fa3a88151f838e96e2aacab8ce0409d3df41d
gtk/textview: Clean up further if the drag gesture is taken over

If the gesture becomes captured (e.g. from a parent scrolledwindow), we
leave some things in the air. Clean these up properly. This is recurrent
with touch scroll.
gtk/gtktextview.c